-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dependencies #225
Update Dependencies #225
Conversation
utkarsh006
commented
Oct 15, 2023
•
edited
Loading
edited
- Fixes Issue Upgrade gradle version to latest #18
- App build is successful.
@hieuwu Kindly Review. |
API_KEY=YOUR_SUPABASE_KEY | ||
SECRET=YOUR_SUPABASE_SECRET | ||
SUPABASE_URL=YOUR_SUPABASE_URL | ||
sdk.dir=/Users/hieuvu/Library/Android/sdk | ||
sdk.dir=C\:\\Users\\HP\\AppData\\Local\\Android\\Sdk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hieuwu This change is auto generated
gradleVersion = '7.5' | ||
} | ||
|
||
detekt { | ||
config = files("${project.rootDir.absolutePath}/config/detekt/detekt.yml") | ||
buildUponDefaultConfig = true | ||
} | ||
|
||
ktlint { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hieuwu Done
app/build.gradle
Outdated
@@ -118,13 +117,13 @@ dependencies { | |||
implementation("androidx.hilt:hilt-navigation-compose:1.0.0") | |||
implementation "com.github.bumptech.glide:compose:1.0.0-alpha.1" | |||
implementation "androidx.compose.material3:material3:1.1.1" | |||
testImplementation("org.mockito:mockito-core:2.1.0") | |||
testImplementation("org.mockito:mockito-core:5.3.1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert changes related to Supabase.
app/build.gradle
Outdated
sourceCompatibility JavaVersion.VERSION_11 | ||
targetCompatibility JavaVersion.VERSION_11 | ||
sourceCompatibility JavaVersion.VERSION_1_8 | ||
targetCompatibility JavaVersion.VERSION_1_8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this to as current java version is 12 but new one is java 8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hieuwu Reverted to Java12
@hieuwu Review now |